home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
Manta2.Form
< prev
next >
Wrap
Text File
|
1994-07-13
|
431b
|
35 lines
Manta2
{
{
pickendi=0
x1=-3.0
x2= 3.0
y1=-3.0
y2= 3.0
par1.r= 1.0 ; Realpart of t => Var. p1.r
par1.i= 0.0 ; Imagpart of t => Var. p1.i
par2.r= 2.0 ; Realpart of pow => Var. p2.r
par2.i= 0.0 ; Imagpart of pow => Var. p2.i
bailout=4.0
}
{
z=pixel
c=pixel
t=par1/pixel
s=par2
}
{
z=z+t
z=pow(z,s)
z=z+c
w=abs(z)
}
{
w>bailout
}
{
PAR1-DISTORTION VALUE
PAR2-POTENZ OF Z
}
}